home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / system / network / daemons / munetd.rea < prev    next >
Encoding:
Text File  |  1993-04-28  |  1.1 KB  |  25 lines

  1. This is munetd a version of inetd with rpc capabilities. It has
  2. incoorporated (by myself) Rick Sladkeys latest signal patches.
  3.  
  4. The main difference is that I have included support for host authentication.
  5. It actually uses the tcpd package for this. However do not be afraid. It
  6. will work exactly the same way as the standard /etc/inetd and infact reads
  7. /etc/inetd.conf as is. If however you create the auxillary files
  8. /etc/hosts.allow and/or /etc/hosts.deny then access of specific services may
  9. be setup to specific domains or machines, and logging of all failed/allowed
  10. requests are logged to syslog (read the manpages for setup of hosts.allow
  11. and hosts.deny). It also conforms to RFC931 (if a site is running it)
  12.  
  13. Use the precompiled munetd binary instead of /etc/inetd (you may replace it
  14. - but make a backup of the original inetd please). Recompile if you want it
  15. to log to a different log facility or want to remove RFC931 logging.
  16.  
  17. I would be grateful to hear of any bugs...
  18.  
  19. Mitch
  20.  
  21. P.S. If you need help or wanna report bugs, email:
  22.     mitchum.dsouza@mrc-apu.cam.ac.uk
  23.  
  24. ***Note: you do not need to add the tcpd binary into /etc/inetd.conf.****
  25.